body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* a {
    transition: all 0.3s linear 0s;
} */


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*index banner*/

.banner02 {
    width: 100%;
    position: relative;
    z-index: 0;
	overflow: hidden;
}

.banner02 .flexslider {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    min-width: 1000px;
}

.banner02 .slides {
    position: relative;
    z-index: 1;
}

.banner02 .slides li {
    height: 100%;
}

.banner02 .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner02 .flex-direction-nav,
.banner02 .flex-control-nav {
    display: none
}

.banner02>img{
	width: 100%;
}




.tops{width: 100%;margin: 50px 0;}
.tops .topCont{float: left;width: 133.33px;text-align: center;color: #424141;font-size: 14px;}
.tops .topCont div{margin: 10px 0;}

.banners1{height: 150px;background: url(../images/imgs1.png) no-repeat;line-height: 130px;color: #fff;text-align: center;font-size: 35px;letter-spacing: 5px;margin: 20px auto;}
.zhengshu{height: 464px;background: url(../images/zhengshu.png) no-repeat;margin: 20px auto;}
.zhengshu>div{float: left;}
.zhengshu .zhengshu1{background-color: #fff;width: 340px;text-align: center;margin-left: 60px;height: 360px;margin-top: 52px;}
.zhengshu .zhengshu1 img{margin-top: 10px;width: 310px;}
.zhengshu .zhengshu1 p{width: 260px;margin: 20px auto 0 auto;text-align: left;font-size: 18px;line-height: 32px;}
.zhengshu .zhengshu2{width: 240px;height: 360px;background-color: #fff;margin-top: 52px;margin-left: 20px;position: relative;}
.zhengshu .zhengshu2 img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}

.zhuanjia{height: 464px;background: url(../images/imgs2.jpg) no-repeat;margin: 40px auto;border-top: 1px solid #ededed;position: relative;}
.zhuanjia .p1{margin-top: 25px;text-align: center;color: #999999;font-size: 30px;}
.zhuanjia .p2{margin-top: 10px;text-align: center;color: #333333;font-size: 30px;}
.zhuanjia .p3,.zhuanjia .p4{margin-left: 80px;font-weight: 600;color: #353535;}
.zhuanjia .p3{font-size: 30px;margin-top: 50px;}
.zhuanjia .p4{font-size: 18px;}
.zhuanjia .p5{margin-left: 100px;text-indent: 2em;font-size: 17px;width: 720px;margin-top: 20px;line-height: 28px;}
.zhuanjia .btn1{display: block;width: 100px;height: 35px;line-height: 35px;color: #fff;background-color: #c9391b;position: absolute;top: 332px;left: 167px;font-size: 16px;text-align: center;}

#returnTop{position: fixed;bottom: 100px;right: 100px;cursor: pointer;z-index: 1;}

.fppter{margin: 20px 0;}
.footer .footcnt .contactImg{width: 100%;margin: 50px auto;}

.contact .contactfl{width: 425px;height: 600px;background-color: #004fb2;color: #fff;}
.contact .contactfl .contact1{width: 395px;height: 205px;background-color: #fff;position: relative;margin: 10px auto;}
.contact .contactfl .contact1 img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.contact .contactfl .p1{margin: 40px 0 20px 20px;font-size: 25px;font-weight: 600;letter-spacing: 2px;}
.contact .contactfl p{margin-left: 20px;margin-top: 5px;font-size: 16px;}
.contact .contactfr{width: 775px;height: 600px;}
.contact .contactfr .contact2{width: 350px;height: 300px; color: #424141;margin-left: 35px;}
.contact .contactfr .contact2 .contact3{width: 350px;height: 206px;background-color: #fff;position: relative;border: 1px solid #b4b4b4;}
.contact .contactfr .contact2 .contact3 img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.contact .contactfr .contact2 .p1{color: #004fb2;margin: 10px 0;font-size: 20px;font-weight: 600;letter-spacing: 2px;}
.contact .contactfr .contact2 .p2{font-size: 17px;}


.footer{background-color: #fff;}
.footnav{width: 100%;height: 60px;background-color: #2699fb;margin-top: 40px;}
.footnav ul{text-align: center;height: 60px;color: #fff;width: 600px;margin: 0 auto;}
.footnav ul li{float: left;line-height: 60px;margin: 0 19px;}
.footnav ul li a{color: #fff;}

.footer .footcont{width: 100%;height: 570px;background-color: #2f3034;}
.footer .footcont .footcont1{width: 400px;}
.footer .footcont .footcont1 .p1{margin: 100px 0 30px 0;color: #fff;font-size: 16px;}
.footer .footcont .footcont1 .p1 span{margin-left: 20px;}
.footer .footcont .footcont1 .bg{width: 36px;height: 1px;background-color: #959595;margin-bottom: 30px;}
.footer .footcont .footcont1 .p3{background:url(../images/footicon1.png) no-repeat left;}
.footer .footcont .footcont1 .p4{background:url(../images/footicon2.png) no-repeat left;}
.footer .footcont .footcont1 .p6{background:url(../images/footicon4.png) no-repeat left;}
.footer .footcont .footcont1 .p7{background:url(../images/footicon5.png) no-repeat left;}
.footer .footcont .footcont1 .p2{color: #b5b5b5;padding-left: 25px;background-position-x: 5px;font-size: 15px;line-height: 30px;}
.footer .footcont .footcont1 .p5{background:url(../images/footicon3.png) no-repeat left;background-position-x: 0px;}
.footer .footcont .footcont2{width: 650px;}

.footer .footcont .footcont2 .p1{margin: 95px 0 45px 0;color: #fff;font-size: 16px;}
.footer .footcont .footcont2 .p1 span{margin-left: 20px;}
.footer .footcont .footcont2>ul{width: 125px;}
.footer .footcont .footcont2 li a{line-height: 30px;}
.footer .footcont .footcont2 .nav{height: 210px;}
.footer .footcont .footcont2 .nav a{color: #fff;font-size: 16px;}
.footer .footcont .footcont2 .nav1 a{color: #afafaf;font-size: 15px;}
.footer .footcont .footcont2 .nav .menu_3{width: 530px;}
.footer .footcont .footcont2 .nav .menu_3 li{float: left;width: 130px;}

.footer .footcont .footcont3{width: 150px;}
.footer .footcont .footcont3 .p1{margin: 100px 0 60px 0;color: #fff;font-size: 16px;}
.footer .footcont .footcont3 .p1 span{margin-left: 20px;}
.footer .footcont .footcont3 img{width: 150px;}
.footer .footcont .footcont3 .p2{text-align: center;margin-top: 20px;}

.xianjin{height: auto;position: relative;height: 382px;margin: 50px auto;width: 1200px;}
.xianjin .hd{position: absolute; bottom: 20px;right: 620px;z-index: 3;}
.xianjin .hd ul li{width: 20px;height: 20px;background-color: #fff;margin: 0 10px;border-radius: 20px;cursor: pointer;}
.xianjin .hd ul li.on{background-color: #2684ed;}
.xianjin .bd ul li{width: 100%;height: auto;}
.xianjin .bd ul li div{width: 550px;position: relative;height: 382px;}
.xianjin .bd ul li div a{display: block;width: 150px;height: 40px;text-align: center;line-height: 40px;background-color: #2699fb;color: #fff;position: absolute;bottom: 0;left: 0;border-radius: 40px;}

.partner {width: 100%;background:url("../images/partner_bg.jpg") no-repeat bottom center;overflow: hidden;}
.partner .picScroll2{position: relative;padding-bottom: 28px;margin-top: 20px;}
.partner .bd {
    width: 1173px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.partner .bd li {
    width: 188px;
    height: auto;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.partner .bd li img{width: 188px;height: 114px;}
.partner .hd .prev, .partner .hd .next {
    display: block;
    width: 19px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 35%;
}
.partner .hd .next{background: url(../images/next.png) no-repeat;left: -30px;}
.partner .hd .prev{background: url(../images/prev.png) no-repeat;right: -30px;}

/*about_main*/
.about_main {
    width: 100%;
    background: url("../images/about_bg.jpg") no-repeat top center;
    height: 422px;
    color: #fff;
}
.about_cnt {padding-top: 100px;}
.about_cnt .aboutlt { width: 710px;}
.about_cnt .aboutlt h1 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: right;
}
.about_cnt .aboutlt p{font-size: 17px;line-height: 36px;}
.about_cnt .newsmore {
    width: 112px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #fe9207;
    color: #fff;
}

.page_shows p{line-height: 30px;color: #424141;}